lcShapeGetFirstEnt Home

Returns a handle to the first entity of a shape.

 HANDLE lcShapeGetFirstEnt (
   HANDLE hShape
 );

Parameters
hShape
  Handle to a shape object.

Return Value

  Handle to the first entity of the shape or NULL if the function fails.

See Also

  lcShapeGetNextEntlcShapeGetLastEntlcShapeGetPrevEnt

Code sample